バージョン

DragDropIndicatorManager コンストラクタ(Point,UIElement[],Orientation,Control,ComponentRole)

新しい DragDropIndicatorManager を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal offset As Point, _
   ByVal elements() As UIElement, _
   ByVal indicatorOrientation As Orientation, _
   ByVal dropSource As Control, _
   ByVal componentRole As ComponentRole _
)
public DragDropIndicatorManager( 
   Point offset,
   UIElement[] elements,
   Orientation indicatorOrientation,
   Control dropSource,
   ComponentRole componentRole
)

パラメータ

offset
ドラッグインジケーターが表示されるときの、マウス位置からのオフセット量。
elements
ドラッグインジケーターで描画される要素の配列
indicatorOrientation
ドロップ インジケーターの向き。
dropSource
ドラッグ操作が終了するルートコントロール。
componentRole
'DragDropIndicatorManager' 共有オブジェクトのカスタム プロパティを取得するために使用される ComponentRole。
参照